boot.initrd.systemd.tmpfiles.settings.<config-name>.<path>.<tmpfiles-type>.age
Delete a file when it reaches a certain age.
If a file or directory is older than the current time minus the age field, it is deleted.
If set to "-" no automatic clean-up is done.
- Type
string- Default
"-"- Example
"10d"- Declared
- <nixpkgs/nixos/modules/system/boot/systemd/tmpfiles.nix>